PreviousNextTracker indexSee it online !

(78/308) 701 - AntFarm: Property values should be replaced before parsing

If you set properties in the AntFarm plugin options,
those values should be replaced before AntFarm parses
any build.xml.

e.g.

Console has this in its build.xml:

<property file="../build.properties" />
<import file="${build.support}/plugin-build.xml" />

If there is no property file, but the ${build.support}
is set from antfarm props, then it should be replaced
before the file is parsed. But it is not.



Submitted ezust - 2006-09-13 05:33:17 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments